home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / callint_p.h < prev    next >
C/C++ Source or Header  |  1993-10-06  |  405b  |  13 lines

  1. #ifndef __CALLINT_P_H__
  2. #define __CALLINT_P_H__
  3.  
  4. extern Lisp_Object quotify_arg _P_((register Lisp_Object exp));
  5. extern Lisp_Object quotify_args _P_((Lisp_Object exp));
  6. extern _VOID_ syms_of_callint _P_((void));
  7.  
  8. DEFUN_P(Finteractive, (Lisp_Object args));
  9. DEFUN_P(Fcall_interactively, (Lisp_Object function, Lisp_Object record));
  10. DEFUN_P(Fprefix_numeric_value, (Lisp_Object raw));
  11.     
  12. #endif
  13.